home *** CD-ROM | disk | FTP | other *** search
- Path: rcp6.elan.af.mil!rscernix!danpop
- From: danpop@mail.cern.ch (Dan Pop)
- Newsgroups: comp.lang.c
- Subject: Re: Mixing ANSI + Non-ANSI objects?
- Date: 19 Mar 96 12:14:33 GMT
- Organization: CERN European Lab for Particle Physics
- Message-ID: <danpop.827237673@rscernix>
- References: <cfgDoHq5p.Fqn@netcom.com>
- NNTP-Posting-Host: ues5.cern.ch
- X-Newsreader: NN version 6.5.0 #7 (NOV)
-
- In <cfgDoHq5p.Fqn@netcom.com> cfg@netcom.com (Carlos Francisco Gomez) writes:
-
- >Our question is, can we mix our ANSI objects with
- >non-ANSI objects? We hate the thought of downgrading
- >our codebase to the non-ANSI compiler, and want the
- >stricter compiling.
-
- If the object modules generated by the two compilers are compatible,
- you can do this. An object module is an object module, it's neither
- ANSI nor non-ANSI. These attributes apply only to source files.
-
- Dan
- --
- Dan Pop
- CERN, CN Division
- Email: danpop@mail.cern.ch
- Mail: CERN - PPE, Bat. 31 R-004, CH-1211 Geneve 23, Switzerland
-